home *** CD-ROM | disk | FTP | other *** search
- ;inf for the microsoft LISET tool
- ;6/06/97 02:00 created by eric moore (a-emoore)
- ;6/11/97 changed name to include 'Information'
- ;6/19/97 removed IE 3.0 check
- ;7/22/97 new naming convention applied
-
- [Version]
- Signature="$Chicago$"
- AdvancedINF=2.5,%ADVPKPRMPT%
-
- [SourceDisksNames]
- 1=%AppName%,,1
-
- [DestinationDirs]
- AppFiles=49009
- RemoveFiles=49009
- SysFiles=11
- InfFiles=17
- HelpFiles=18
-
- ;we have two install sections due to quotes for AddLinkNT
- ;but get away with one uninstall section
-
- [DefaultInstall]
- CheckAdminRights=1
- RunPreSetupCommands = RunPreSetupCmds
- Copyfiles=AppFiles, InfFiles, HelpFiles
- AddReg=AppReg
- CustomDestination=CustomDirsSection
- UpdateInis=AddLink
- RunPostSetupCommands = RunPostSetupCmds
-
- [DefaultInstall.NT]
- CheckAdminRights=1
- RunPreSetupCommands = RunPreSetupCmds
- Copyfiles=AppFiles, InfFiles, HelpFiles
- AddReg=AppReg
- CustomDestination=CustomDirsSection
- UpdateInis=AddLinkNT
- RunPostSetupCommands = RunPostSetupCmds
-
- [CustomDirsSection]
- ;49000 = CustomLDID49000,18 ;check for IE3.X
- 49001,49002,49003,49004 = CustomLDID49001,5 ;progam files dir
- 49005,49006,49007,49008 = CustomLDID49005,5 ;Dir we already had...
- 49009,49010,49011,49012 = CustomLDID49009,1 ;Dir we append 'tools' to...
-
- [CustomLDID49000]
- "HKLM","SOFTWARE\Microsoft\Internet Explorer","Build",%IEPRMPT%,
-
- [CustomLDID49001]
- "HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,%24%\%PROGRAMF%
-
- [CustomLDID49005]
- HKLM,"SOFTWARE\Microsoft\Microsoft Agent","AgentDir",,
- HKLM,"SOFTWARE\Microsoft\Agent","InstallDir",,
- ,,,,%49002%\%MSAGENT%\
-
- [CustomLDID49009]
- HKLM,"SOFTWARE\Microsoft\Microsoft Agent","ACEDir",%INSTPRMPT%,%49006%\%TOOLSDIR%
- ;,,,%INSTPRMPT%,%49006%\%TOOLSDIR%
-
- [RunPreSetupCmds]
- lstinst.exe
- actcnc.exe
-
- [AddLinkNT]
- setup.ini, progman.groups,, "LISET="
- setup.ini, LISET,, """%AppName%"", """"""%49011%\liset.exe"""""""
-
- [AddLink]
- setup.ini, progman.groups,, "LISET="
- setup.ini, LISET,, """%AppName%"", ""%49011%\liset.exe"""
-
- [RunPostSetupCmds]
- %49011%\liset.exe /register
-
- [Uninstall]
- CheckAdminRights=1
- BeginPrompt=BeginPromptSection
- EndPrompt=EndPromptSection
- ;RunPreSetupCommands=RunPreRemove ;;;do this by hand... duhoo!
- CustomDestination=UninstallDestination
- DelFiles=AppFiles, RemoveFiles, HelpFiles
- Deldirs=RemoveFolder
- DelReg=DelRegSection
- UpdateInis=RemoveLink
- Cleanup=1
-
- [RunPreRemove]
- %49011%\liset.exe /unregister
-
- [UninstallDestination]
- 49009,49010,49011,49012 = CustomLDIDR49011,5
-
- [RemoveLink]
- setup.ini, progman.groups,, "LISET="
- setup.ini, LISET,, """%AppName%"""
-
- ;this is used to remove the tool directory
- [CustomLDIDR49011]
- HKLM,"SOFTWARE\Microsoft\Microsoft Agent","LISETDir",,
-
- [RemoveFolder]
- %49011%
-
- [AppFiles]
- liset.exe
- brwnnse.wav
-
- [RemoveFiles]
- BROWNN~1.WAV
-
- [InfFiles]
- lstinst.inf
-
- [HelpFiles]
- liset.hlp
- liset.cnt
-
- [AppReg]
- HKLM,"SOFTWARE\Microsoft\Microsoft Agent","LISETDir",,%49010%
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AgentLisetEd,"DisplayName",,%AppName%
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AgentLisetEd,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\lstinst.inf, Uninstall"
- HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\Liset,,,%49011%
- HKLM,Software\Microsoft\Windows\CurrentVersion\RenameFiles\Liset,"brwnnse.wav",,"brownnoise.wav"
-
- [DelRegSection]
- HKLM,"SOFTWARE\Microsoft\Microsoft Agent","LISETDir"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AgentLisetEd
-
- [BeginPromptSection]
- Prompt=%BeginPrompt%
- ButtonType=YESNO
- Title=%AppName%
-
- [EndPromptSection]
- Prompt=%EndPrompt%
-
- [SourceDisksNames]
- 1 = %MSAGENT%,agent,0
-
- [SourceDisksFiles]
- liset.exe = 1
- brwnnse.wav = 1
- lstinst.inf = 1
- liset.hlp = 1
- liset.cnt = 1
-
- [Strings]
- AppName = "Microsoft Linguistic Information Sound Editing Tool"
- ADVPKPRMPT = "The correct version of Advpack.dll was not found, installation halted."
- IEPRMPT = "You need to have Microsoft Internet Explorer version 3.0 or later, installation halted."
- INSTPRMPT = "Where would you like to install the Microsoft Linguistic Information Sound Editing Tool?"
- BeginPrompt = "Are you sure you want to remove the Microsoft Linguistic Information Sound Editing Tool?"
- EndPrompt = "The Microsoft Linguistic Information Sound Editing Tool was successfully removed."
- AskInstall = "Where would you like to install the Microsoft Linguistic Information Sound Editing Tool and future Microsoft Agent components?"
- TellInstall = "Setup has detected Microsoft Agent components in the directory below. It is strongly recommended that you not change this path."
- PROGRAMF="Program Files"
- TOOLSDIR="Tools"
- MSAGENT="Microsoft Agent"
- EXENAME="liset.exe"
-